|
| .NET Framework Class Library |
| ParallelEnumerable..::.Empty<(Of <(TResult>)>) Method |
| ParallelEnumerable Class See Also Send Feedback |
Returns an empty ParallelQuery{TResult} that has the specified type argument.
Namespace:
System.Linq
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function Empty(Of TResult) As ParallelQuery(Of TResult) |
| C# |
|---|
public static ParallelQuery<TResult> Empty<TResult>() |
Type Parameters
- TResult
- The type to assign to the type parameter of the returned generic sequence.